tests/{ID}

Description

Returns, deletes, or updates a test design.

URL

/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}

Remarks

On update, the test data is a subset of the test entity XML, containing only the data to be changed.

The test data can be passed as XML or as JSON containing the equivalent data.

HTTP Method

GET: Returns the design test.

PUT: Updates the design test.

DELETE: Deletes the test.

Request

Headers:

One of:

Cookies:

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request Body:

GET: No request body.

DELETE: No request body.

PUT: An XML describing the data to be updated in the test, or the equivalent in JSON format. See test entity XML

CollapsedRequest Example

Response

Headers:

One of:

Cookies:

None

HTML Return Code:

See the HTTP Return Codes

HTML Body:

GET and PUT: Returns the data on the entity in the test entity XML or equivalent JSON string. If method is PUT, returns the data after the update. See test creation response XML.

DELETE: No body returned.

See Also

tests

test entity XML

test creation response XML


© 2004 - 2014 Hewlett-Packard Development Company, L.P.